home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / clarion / gauge / gauge.z / DDIALOG.DFM / DDIALOG.txt
Text File  |  1995-08-24  |  1KB  |  79 lines

  1. object Dialog: TDialog
  2.   Left = 69
  3.   Top = 117
  4.   BorderStyle = bsDialog
  5.   Caption = 'Delphi'
  6.   ClientHeight = 376
  7.   ClientWidth = 636
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Visible = True
  14.   WindowState = wsMaximized
  15.   OnPaint = FormPaint
  16.   TextHeight = 16
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 8
  20.     Width = 218
  21.     Height = 16
  22.     Caption = 'Display Dialog Performance Test:'
  23.   end
  24.   object DisplaysPerMinute: TLabel
  25.     Left = 264
  26.     Top = 8
  27.     Width = 32
  28.     Height = 16
  29.     Alignment = taRightJustify
  30.     Caption = '      0'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 304
  34.     Top = 8
  35.     Width = 114
  36.     Height = 16
  37.     Caption = 'Displays / Minute'
  38.   end
  39.   object Run: TButton
  40.     Left = 448
  41.     Top = 0
  42.     Width = 73
  43.     Height = 33
  44.     Caption = '&Run'
  45.     Default = True
  46.     TabOrder = 0
  47.     OnClick = RunClick
  48.   end
  49.   object Exit: TButton
  50.     Left = 552
  51.     Top = 0
  52.     Width = 65
  53.     Height = 33
  54.     Cancel = True
  55.     Caption = 'E&xit'
  56.     Font.Color = clWindowText
  57.     Font.Height = -13
  58.     Font.Name = 'System'
  59.     Font.Style = []
  60.     ModalResult = 2
  61.     ParentFont = False
  62.     ParentShowHint = False
  63.     ShowHint = False
  64.     TabOrder = 1
  65.     OnClick = ExitClick
  66.     OnEnter = ExitEnter
  67.   end
  68.   object DPDIALOG: TDdeServerConv
  69.     OnOpen = DDEOpen
  70.     Left = 24
  71.     Top = 40
  72.   end
  73.   object DdeServerItem1: TDdeServerItem
  74.     ServerConv = DPDIALOG
  75.     Left = 64
  76.     Top = 38
  77.   end
  78. end
  79.